home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clinical Endocrinology
/
Clinical Endocrinology.iso
/
pc
/
00000000
/
21000000
/
21080000
/
21080000.dir
/
00014_Script_14
< prev
next >
Wrap
Text File
|
1995-11-09
|
315b
|
11 lines
-- This script returns the playback head to the correct
-- frame after the menu is used. The frame to jump back
-- to is stored in the global and the puppeted channels are
-- unfrozen before jumping back.
on mouseUp
global jumpFrame
sound playFile 1, "Click.aif"
puppetsOff
go frame jumpFrame
end